net/holzammer/fileio/savetextfile.m

Description:

Contains a function to save a text buffer to a file

Requirements:

Compiler: CreativE
OS: AmigaOS >=V39
CPU: >=68020

Functions:

savetextfile()

Purpose: Saves a text buffer to a file
Usage: boolean:=savetextfile(path,buffer)
Parameters: path a STRING with the complete AmigaDOS path to the file to save to.
buffer an eSTRING to be saved.
Return Values: TRUE on success
FALSE on failure